home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Graphics / STIMP_noise / doc / pgmmean.txt < prev    next >
Encoding:
Text File  |  1998-01-30  |  1.4 KB  |  61 lines

  1.  
  2.                   Documentation for the program "pgmmean"
  3.                  =========================================
  4.  
  5.  
  6.                                   PURPOSE
  7.                                  ---------
  8.  
  9. This operator performs mean smoothing on PGM images.
  10.  
  11. ENGLISH: Please read the file "noise.english.txt" for further information
  12.          about the archives contents, the installation, the copyright
  13.          notice and the author.
  14.  
  15. DEUTSCH: Bitte lesen Sie die Datei "noise.deutsch.txt" für weitergehende
  16.          Informationen bezüglich des Archivinhalts, der Installation, der
  17.          Copyright-Notiz und des Autors.
  18.  
  19.  
  20.                            START OF THE PROGRAM
  21.                           ----------------------
  22.  
  23. Syntax: pgmmean [+v|-v] [-3|-5|-7|-9] file1 file2
  24.  
  25. Options:
  26.  
  27. +v      : use verbose-mode (default)
  28. -v      : no verbose-mode
  29.  
  30. -3      : filter size: 3x3 (default)
  31. -5      : filter size: 5x5
  32. -7      : filter size: 7x7
  33. -9      : filter size: 9x9
  34.  
  35. file1   : PGM-file, source
  36. file2   : PGM-file, destination
  37.  
  38.  
  39.                                  EXAMPLES
  40.                                 ----------
  41.  
  42. pgmmean -5 Temp:Noisy.PGM Temp:Meanfiltered.PGM
  43.  
  44.  
  45.                                    PLANS
  46.                                   -------
  47.  
  48. None. (Maybe someone detects an error ?)
  49.  
  50.  
  51.                                   HISTORY
  52.                                  ---------
  53.  
  54. Version 1.01, 30.Jan.98
  55. - new includes
  56. - source code optimized
  57.  
  58. Version 1.00, 05.Dec.97
  59. - first release
  60.  
  61.